Fix VTPM bindings -- ints in the model are uint64_t at the C binding level.
authorEwan Mellor <ewan@xensource.com>
Thu, 26 Oct 2006 15:02:49 +0000 (16:02 +0100)
committerEwan Mellor <ewan@xensource.com>
Thu, 26 Oct 2006 15:02:49 +0000 (16:02 +0100)
commit160e3425fc9832c4c0c12fb66b35ffcc7e9f51a7
treea3afaf6d3885834a6d8ae7ef24181104e3a5353a
parent75fc47c34f8c26a7bf596e4ba4da1bd8f1b57bb3
Fix VTPM bindings -- ints in the model are uint64_t at the C binding level.
VM's, being referenced from the VTPM, have a backreferring set.  Remove the
implementation of the old, dead VTPM-related fields on VM.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/include/xen_vm.h
tools/libxen/include/xen_vtpm.h
tools/libxen/src/xen_vm.c
tools/libxen/src/xen_vtpm.c